home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 November / CHIP Kasım 1997.iso / ARACLAR / TER500 / 500TER._XE / SCRIPT.EXE / DOS.INC < prev    next >
Encoding:
Text File  |  1996-03-07  |  295 b   |  16 lines

  1.  
  2. % DOS.INC DOS constants
  3. % ---------------------
  4. %
  5.  
  6. % For FindFirst, FindNext and other DOS functions.
  7.  
  8.   Set ReadOnly     =   1
  9.   Set Hidden       =   2
  10.   Set SysFile      =   4
  11.   Set VolumeID     =   8
  12.   Set Directory    =  16
  13.   Set Archive      =  32
  14.   Set AnyFile      =  63
  15.  
  16.